com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpContentChunk

java.lang.Object
  extended by com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk

public class PdfCleanUpContentChunk
extends Object


Constructor Summary
PdfCleanUpContentChunk(boolean visible)
           
PdfCleanUpContentChunk(PdfString string, Vector startLocation, Vector endLocation, float size, boolean visible)
           
 
Method Summary
 float getEndX()
           
 float getSize()
           
 float getStartX()
           
 PdfString getString()
           
 boolean isImage()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCleanUpContentChunk

public PdfCleanUpContentChunk(PdfString string,
                              Vector startLocation,
                              Vector endLocation,
                              float size,
                              boolean visible)

PdfCleanUpContentChunk

public PdfCleanUpContentChunk(boolean visible)
Method Detail

getSize

public float getSize()

getString

public PdfString getString()

isVisible

public boolean isVisible()

isImage

public boolean isImage()

getStartX

public float getStartX()

getEndX

public float getEndX()


Copyright © 2014. All Rights Reserved.